My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
-
Re: Outlook is having performance issues. What other options are there for growth?
I have customers who have 20 years, if not more, of email history in Outlook, and the performance is great. I know there are multiple ways to optimize it, so it might be best to discuss this with you…1 -
Re: raw free marker is showing up in email template
Hey @RobSpector, Try this code instead: <p>Dear <#if transaction.entity.firstname?has_content>${transaction.entity.firstname}<#else>${transaction.entity}</#if>,</p><p…1 -
Re: Is it possible to credit vendor bills via CSV import?
Because the Bill Credits come via CSV, you need a script that will store that information in a Custom Record and then run a process to create Bill Credits against related Vendor Bill. The CSV should …1 -
Re: SuiteApps/SuiteScripts
Hey @GuppyPhish, If the scripts are written and deployed correctly, they shouldn't interfere with each other. You can have 50+ scripts running on the same record without any issues. There is a c…1 -
Re: Restrict Edit/Remove Permissions for Vendor Bank Details in Bank Payment Details Subtab
Hey @Siva Padidam, There are a few ways you can do that. Building a UE script is one option. You can also create two Vendor Forms and switch them via Workflow depending on the User/Role. One of the V…1